| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=172020
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154796
|
|
|
|
|
|
|
|
| |
PR: 76084
Submitted by: Parv
Notes:
svn path=/head/; revision=126142
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- All JDK ports (and JDK documentation ports) that were formerly maintained by
znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
and xmlenc)
- Everything else is reset to ports@FreeBSD.org
Approved by: znerd (maintainer)
Notes:
svn path=/head/; revision=123012
|
|
|
|
| |
Notes:
svn path=/head/; revision=107173
|
|
|
|
|
|
|
|
| |
PR: 60722
Submitted by: Ulrich Spoerlein <q@uni.de>
Notes:
svn path=/head/; revision=105300
|
|
|
|
|
|
|
| |
Reported by: kris
Notes:
svn path=/head/; revision=100543
|
|
|
|
| |
Notes:
svn path=/head/; revision=98788
|
|
|
|
| |
Notes:
svn path=/head/; revision=89475
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
|
|
| |
as ./pkg-plist. It is now written as $WRKDIR/PLIST.
Indicated by: kris
Notes:
svn path=/head/; revision=70651
|
|
|
|
| |
Notes:
svn path=/head/; revision=70555
|
|
|
|
|
|
|
|
|
|
| |
the package list. This reduces the size of the ports tree with
~ 600 K !
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
Notes:
svn path=/head/; revision=70545
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.if defined(BATCH) || defined(PACKAGE_BUILDING)
IGNORE= "You can not legally distribute binaries"
.endif
This was superfluous and inhibiting package builds of things that
depend on the port. Having RESTRICTED and NO_CDROM is enough to
ensure that a package will not appear on the FTP site or a CDROM
(it will be built and used as a basis for other packages to build
with, but will be deleted at the end of the build run).
Requested by: kris
Reviewed by: portmgr (silence)
PR: 42758
Notes:
svn path=/head/; revision=67730
|
|
|
|
|
|
|
|
| |
Prompted by: Jay Sachs <jay@eziba.com>
PR: 38129
Notes:
svn path=/head/; revision=59861
|
|
|
|
|
|
|
| |
Approved by: sobomax
Notes:
svn path=/head/; revision=50688
|
|
|
|
|
|
|
| |
Approved by: sobomax
Notes:
svn path=/head/; revision=50627
|
|
|
|
|
|
|
|
| |
PR: 31160
Submitted by: maintainer
Notes:
svn path=/head/; revision=48600
|
|
|
|
|
|
|
|
|
|
| |
- fix download URL in jdk11-doc.
PR: 31136
Submitted by: maintainer
Notes:
svn path=/head/; revision=48562
|
|
|
|
|
|
|
|
|
| |
PR: 28183
Submitted by: Ernst de Haan <ernst@jollem.com>
Repo-copy by: jdp
Notes:
svn path=/head/; revision=48555
|
|
|
|
|
|
|
|
|
| |
thereby causing breakage that was not present in the original.
Fix the test for distfile a different way, using fewer
variables and less gymnastics.
Notes:
svn path=/head/; revision=43341
|
|
|
|
|
|
|
|
| |
PR: ports/27784
Submitted by: Ernst de Haan ernst@jollem.com
Notes:
svn path=/head/; revision=43337
|
|
|
|
|
|
|
|
|
|
| |
longer has time to maintain this port.
PR: 26873
Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi>
Notes:
svn path=/head/; revision=41914
|
|
|
|
|
|
|
|
| |
PR: 24636
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=37572
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 18034
Submitted by: Palle Girgensohn <girgen@partitur.se>
Use just `${CP} -R' instead of tar|tar.
By the way, owner/group IDs of files should not be preserved on
copying in the installation process, because if one did `make' and
then `su' to `make install', the installed files would be owned by a
normal user. Beware, porters!
Notes:
svn path=/head/; revision=27743
|
|
|
|
| |
Notes:
svn path=/head/; revision=27458
|
|
|
|
|
|
|
| |
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes:
svn path=/head/; revision=21034
|
|
|
|
| |
Notes:
svn path=/head/; revision=20951
|
|
|
|
|
|
|
| |
by default now.
Notes:
svn path=/head/; revision=20892
|
|
|
|
|
|
|
| |
chown -> ${CHOWN}
Notes:
svn path=/head/; revision=20885
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the port is root. It was keeping the uid/gid of 10/143.
There might be a better solution than this in the long run
but it'll work for now.
PR: 12897
Reported by: Jose Marques <jose@nobody.org>
Also some minor non-functional changes, exit 0 -> ${FALSE},
PKGMESSAGE to use | ${SED} instead of creating a new file.
Notes:
svn path=/head/; revision=20504
|
|
|
|
| |
Notes:
svn path=/head/; revision=19854
|
|
|
|
|
|
|
|
|
|
|
| |
b) Change the PLIST to use a PLIST_SUB for the version number
to cut down on the size of diffs. (me)
PR: 12312
Submitted by: Steve Coltrin <spcoltri@io.com>
Notes:
svn path=/head/; revision=19599
|
|
|
|
|
|
|
|
|
| |
Modify the method to make MESSAGE when we "make install"
Noticed by: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami)
Notes:
svn path=/head/; revision=18526
|
|
|
|
|
|
|
|
|
| |
(When we "make install", pkg/MESSAGE is made from pkg/MESSAGE.tmpl.)
Noticed by: maintainer
Notes:
svn path=/head/; revision=18511
|
|
|
|
| |
Notes:
svn path=/head/; revision=18435
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch does the following things:
- show some **very** useful links after installing the port
- use ${TAR} instead of just tar and prepend arguments with a `-'
PR: 10703
Submitted by: maintainer
Notes:
svn path=/head/; revision=17339
|
|
PR: ports/10483
Submitted by: Martti Kuparinen martti.kuparinen@ericsson.com
Notes:
svn path=/head/; revision=17271
|