sthen
4e4a488411
update Makefile.template comments after the recent GH_* changes.
2015-04-08 17:53:19 +00:00
sthen
01036bde53
mention that DISTNAME is still needed for github
2014-07-10 12:33:17 +00:00
sthen
a5ae46c1a7
add sample lines for fetching from github, ok rpe@
2014-07-10 12:31:20 +00:00
bentley
a627dbc85c
Since lots of people incorrectly mark GPLv2+ ports as "GPLv2", suggest
...
actual GPLv2 ports be described "GPLv2 only" (already somewhat common).
ok sthen@
2014-06-11 02:42:33 +00:00
ajacoutot
8fe54d8fcb
Missing closing bracket.
2013-10-02 07:34:45 +00:00
bcallah
940af60d28
Remove the MASTER_SITES=${HOMEPAGE} construct; as per an email from naddy@
...
back in April: "There are times where you don't want to duplicate data...
and there are times where you are just being silly."
"Hmm. Then sure why not." aja@
2013-07-10 15:22:23 +00:00
sthen
3fa0d109fc
Add a comment to say that PERMIT_PACKAGES_CDROM=Yes defaults other PERMIT_*
...
variables. Prompted by a discussion with edd@.
2013-06-04 22:58:11 +00:00
ajacoutot
58f1a6f9f6
USE_LIBTOOL=Yes is the default now.
2013-03-21 08:45:11 +00:00
espie
2e23844bbb
zap :L
2013-03-11 14:45:20 +00:00
espie
85168fad4c
REGRESS->TEST
2013-03-11 11:51:04 +00:00
espie
adb981b2d0
bye bye PERMIT_DISTFILES_CDROM
2013-03-08 10:06:13 +00:00
sthen
883f01ba39
SEPARATE_BUILD=simple->Yes
2012-03-29 13:41:58 +00:00
ajacoutot
d7069ea573
Bye bye USE_X11.
...
From now on, building ports requires X11BASE.
* lots of ports missed this variable (porters always have X11 installed)
jasper made a first pass on fixing these, but no doubt it will drift
away soon
* users should use packages
* people building ports should know what they are doing and having
X11BASE as a requirement is perfectly reasonnable
* we are merging config.x11.site into config.site because of a stupid
autofoo bug ; currently when USE_X11 is set, some ports may loose the
ability to even load config.site
tested on a bulk by landry@
ok robert@ jasper@ landry@ sthen@ naddy@ "I won't cry if it dies" espie@
2010-10-24 20:41:23 +00:00
bluhm
85f4721201
Put the new USE_GROFF into Makefile.template.
...
ok espie@
2010-10-19 18:18:29 +00:00
edd
4fb3f3f3f0
should be a space before an equals on the MAINTAINER example comment.
...
OK merdely@, sthen@
2010-07-21 12:27:41 +00:00
sthen
2f6937f1c0
tweak, suggested by merdely@
2010-07-21 00:18:54 +00:00
sthen
02e6c92476
add a few notes and update some obsolete parameters, ok phessler@ ajacoutot@
2010-07-20 16:27:29 +00:00
ajacoutot
1349ebbeef
- GPL version number must be appended in the license marker
...
"oui, oui" espie@
2008-08-23 15:28:00 +00:00
espie
d662afd778
insists on a space around the = sign (yes, there are good reasons for
...
that, it helps make finding the assignment sign in weird cases, and it's
also more readable for a human).
Reflect reality somewhat (ditch NO_DEPENDS and NO_PKG_REGISTER)
2008-01-13 16:43:57 +00:00
ajacoutot
7d98e61532
- remove quotes where uneeded (BROKEN, PERMIT_*) to avoid confusion
...
- add a blank line between PERMIT_* and WANTLIB ; those variables are
unrelated and it burns my eyes each time I see them glued
"maniac!" espie@
2007-09-17 09:44:42 +00:00
steven
a2aed3333d
skip quotes around COMMENT
...
ok espie
2007-06-27 07:15:32 +00:00
espie
fbe90f8fc0
explain more about MAINTAINER values
2007-06-18 15:21:10 +00:00
espie
aa88a7693f
bye, bye SCRIPTS_ENV,
...
bye, bye SCRIPTDIR
2006-11-03 17:03:28 +00:00
espie
72e2164084
hint at libtool stuff for SHARED_LIBS, so that people start with a nice
...
basis.
2006-10-21 12:59:35 +00:00
steven
deb58fb886
typo
2006-10-16 14:08:00 +00:00
jasper
ba41f43450
add SHARED_ONLY, MODULES and SHARED_LIBS
...
latter one reminded by nikns at secure dot lv
ok espie
2006-10-05 14:55:56 +00:00
sturm
b2f6cad60f
WANTLIB
...
suggested by Moritz Grimm <mlist at scapa.dnsalias.net>
2005-11-12 00:07:22 +00:00
wilfried
843e07f296
Encouraging use of USE_LIBTOOL=Yes, ok espie@
2005-11-02 17:39:06 +00:00
sturm
dc5b8a71ae
FETCH_DEPENDS is long gone
2004-07-15 22:08:00 +00:00
msf
975e0f0aac
infrastructure bits for p5-Module-Build
...
ok espie@ sturm@ pvalchev@
2004-05-26 11:20:26 +00:00
sturm
44e3d691c8
remove WRKDIR, it is read-only
...
suggested by Aleksander Piotrowski <aleksander.piotrowski at nic.com.pl>
ok espie@
2004-05-08 12:13:52 +00:00
sturm
41c4207a82
add PKG_ARCH
2004-02-18 20:05:14 +00:00
naddy
d276537e74
RESTRICTED is obsolete
2003-07-16 19:31:25 +00:00
pvalchev
50169cacce
- add NOT_FOR_ARCHS
...
- add the whole regress family settings
- general cleanup on things no longer applicable
2003-07-01 04:36:33 +00:00
pvalchev
e1d349d3ed
kill trailing whitespace
2002-12-12 07:29:02 +00:00
pvalchev
6acee16b30
Kill NEED_VERSION, since people are now told to keep their ports
...
tree / release in sync, and strictly managing it generates a lot
of useless effort.
Note that the support for NEED_VERSION is now gone, however ports
will get that line stripped from their Makefile as time progresses
with updates, gradually; there is no emergent need for it.
ok espie and others
2002-07-06 09:24:06 +00:00
naddy
42c6ccbf06
kill MASTER_SITE_SUBDIR here as well
2002-05-25 11:43:33 +00:00
naddy
2f979e8aa5
remove last vestiges of NO_INSTALL; ok espie@
2001-09-28 01:48:58 +00:00
brad
a594bae78e
add comment about USE_LIBTOOL
2001-09-20 20:59:27 +00:00
heko
5904212e68
o Quote ??? for COMMENT= so that people won't forget to quote
...
the comment when they use the template.
espie@ ok
2001-09-06 09:48:23 +00:00
naddy
f7fb1dbf29
whitespace nit
2001-08-30 21:43:10 +00:00
naddy
5f2065c764
- Make use of new bsd.port.mk feature and replace error reporting through
...
.BEGIN with ERRORS.
- Sync NEED_VERSION accordingly.
ok espie@
2001-07-18 10:59:00 +00:00
pvalchev
81fb0d5991
fix a typo; ok brad
2001-07-08 00:05:02 +00:00
espie
0c5f135c58
Flesh out MAINTAINER and PERMIT_xxx
2001-04-13 15:52:16 +00:00
espie
ac0cf6ba19
Add simpler COMMENT variable.
...
Document multi-packages names simply.
2001-03-16 15:34:13 +00:00
kevlo
af07be0868
Rearrange
2001-03-08 03:31:43 +00:00
brad
3a62c15a38
- remove some old stuff that isn't used anymore.
...
- rearrange.
2001-03-08 02:55:32 +00:00
brad
5ec011f6df
bye bye MIRROR_DISTFILE
2001-01-05 16:58:08 +00:00
kevlo
75ec7f3727
Add FLAVOR skeleton.
...
ok espie@
2001-01-04 01:30:37 +00:00
espie
02eb4f9304
Kill USE_AUTOCONF, USE_IMAKE, NO_INSTALL_MANPAGES, HAS_CONFIGURE,
...
GNU_CONFIGURE.
2000-10-22 16:06:25 +00:00